Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require correct doctrine versions #78

Merged
merged 1 commit into from
Jan 8, 2022

Conversation

Hikariii
Copy link
Member

@Hikariii Hikariii commented Jan 8, 2022

No description provided.

@Hikariii Hikariii merged commit 5425118 into ScientaNL:master Jan 8, 2022
@stephanvierkant
Copy link

stephanvierkant commented Jan 13, 2022

This resulted in downgrading to doctrine/dbal to 2.x, while it worked on 3.2 in my project. Why is doctrine/dbal 3.x not supported anymore?

I see 5.0 has been released with a breaking change, but 4.5.0 introduced a breaking change as well by 'correcting' (actually: changing) the requirements.

@Hikariii
Copy link
Member Author

Doctrine dbal 3.* is not supported by the 4.* major. I don't understand how this could work because the Exception class is different in dbal 3.*.

@Hikariii
Copy link
Member Author

5.* is functionally the same as 4.* So you can just use the 5.* version of you need dbal 3 compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants